Q3SpotLight_GetDirection
You can use theQ3SpotLight_GetDirection
function to get the direction of a spot light.
TQ3Status Q3SpotLight_GetDirection ( TQ3LightObject light, TQ3Vector3D *direction);
light
- A spot light object.
direction
- On exit, the direction of the specified light.
DESCRIPTION
TheQ3SpotLight_GetDirection
function returns, in thedirection
parameter, the current direction of the spot light specified by thelight
parameter.